Skip to main content

Create your first repository

Steps to be followed :๐Ÿ“

1. Create a GitHub account๐Ÿฑ

-----------------------------------------------------

2. Click on the "+" sign๐Ÿ‘†

  • Click on the "+" sign at the top right corner. Then click on "New repository".1

-----------------------------------------------------

3. Give a meaningful name to your repository ๐Ÿ–Š

  • Remember a good repository names are short and memorable. You can use hyphen(-) between the words.2

-----------------------------------------------------

4. Add a description (Optional)๐Ÿ“„

  • You can add a brief description about your repository for better understanding.

    3

    -----------------------------------------------------

5. Choose the visibility of your repository ๐Ÿ‘

  • It's always better to make your repository Public. But if you want to work on personally or you don't want to share your work with others, then you can choose Private.

    4

    -----------------------------------------------------

6. Add a Readme file ๐Ÿ“ฐ

  • A good repository needs a Readme file so that others can understand as well as visualize your project properly.

    5

    -----------------------------------------------------

7. Add .gitignore (Optional) ๐Ÿ“

  • You can choose the files which you don't want to check in to GitHub.

    6

    -----------------------------------------------------

8. Choose a license ๐Ÿ“

  • If your repository needs to be a true open source, you'll need to license it so that others can change, use or distribute that software.1

-----------------------------------------------------

9. Click on "Create repository"๐Ÿ‘†

2

-----------------------------------------------------

Hurrah! Your first repository is ready to work on it ๐Ÿฅณ

1 (2)

-----------------------------------------------------

Congratulationsโœจ

To learn more, check๐Ÿ‘‡

Thank you, Keep learning๐Ÿ˜